.wrap-view {
    width: 100%;
    height: 860px;
    /* padding-top: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-wrap {
    position: relative;
    width: 100%;
}

.item-span {
    position: absolute;
    cursor: pointer;
    width: 16%;
    justify-content: center;
    align-items: center;
  
}



.item-span:nth-child(2) {
    top: -107px;
    left: 39%;
}

.item-span:nth-child(3) {
    top: -107px;
    left: 68%;
} 

.item-span:nth-child(4) {
    bottom: -159px;
    left: 13%;
}

.item-span:nth-child(5) {
    bottom: -137px;
    left: 45%;
}

.item-span:nth-child(6) {
    bottom: -159px;
    left: 78%;
}



.bg-itme{
    position: absolute;
    cursor: pointer;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rotate {
    animation: spin 10s linear infinite;
  }
  

  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  .welfare-big {
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .welfare-small {
    width: 27%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .welfare-col-3{
    width: 23.5%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .welfare-col-2{
    width: 23%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .welfare-col-5{
    width: 47%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-toggler-icon {
    background-image: url(../images/icon/三条杠.png);
  }

  .partner-float{
    transition: transform 0.3s ease;
    
  }

  .partner-float:hover {
    transform: scale(1.1);
  }

  .culture-hover{
    transition: transform 0.3s ease;
  }

  .culture-blue{
    display: none;
  }

  .culture-hover:hover{
    .culture-blue{
      display: block;
    }

    .culture-white{
      display: none;
    }
  }

  .about-font{
    color: black; font-size: 16px;font-weight: 550;
  }

  .about-font-small{
    font-size: 11px; color: black;
  }

  .about-content{
    color: black;width: 97%;font-family: "Source Han Sans CN";font-size: 16px;text-align: justify;margin-top: 20px;
  }
  .about-content-font{
    color: black;font-size: 18px;font-family: "Source Han Sans CN";text-align: justify;
  }

  #business{
    height: 800px;
  }

  .business-img{
    position: absolute;cursor: pointer;top:43%;left: 20%;
  }

  .join-us{
    position: absolute;cursor: pointer;top: 72%;left: 26%;
  }

  #nav-point{
    background-image: url('../images/backgrounds/官网首页_01.jpg');width: 100%;
  }

  #development{
    background-image: url('../images/backgrounds/官网首页_04.jpg');width: 100%;
  }

  #footer-bg{
    background-image: url('../images/backgrounds/bg_footer.jpg');width: 100%;
  }

  #development-phone{
    display: none;
  }

  .fiexd-top-nav{
    position: sticky;
    top: 0;
    /* right: 0;
    left: 0; */
    z-index: 1030;
  }

  .about-icon{
    width: 35%;margin-bottom: 10px;margin-top:10px; vertical-align: middle;
  }

  #footer-phone{
    display: none;
    background-image: url('../images/backgrounds/手机底部背景.jpg');width: 100%;
  }

  .heading-footer{
    background-color: rgba(255, 255, 255, 0.5);
    color: #1041a1;
    border-radius: 6px;
    padding:3px;
    font-size: 12px;
  }

  .heading-footer-blue{
    background-color: #1041a1;
    color: white;
    border-radius: 6px;
    padding:3px;
    font-size: 12px;
  }

  .contact-phone-bg{
    background: rgba(255, 255, 255, 0.5);
    color: #1041a1;
    border-radius: 10px;
    padding:3px;
    width: 100%;
    display: flex;
  }

  #location {
    width: 100%;
    height: 764px;
  }

  .text-font-size{
    font-size: 12px;
  }

  .culture-phone-hide{
    display: none;
  }

  .business-phone{
    display: none;
  }

  .aboutus-web{
    margin-top: 10px;
  }